翻訳と辞書
Words near each other
・ Open Sky
・ Open Sky (disambiguation)
・ Open Slather
・ Open Smart Card Development Platform
・ Open smart grid protocol
・ Open Societal Innovation
・ Open society
・ Open Society Archives
・ Open Society Foundations
・ Open Society Initiative for Southern Africa
・ Open Society Initiative for West Africa
・ Open Software Foundation
・ Open Software License
・ Open Solutions Alliance
・ Open Sound Control
Open Sound System
・ Open source
・ Open source (disambiguation)
・ Open Source (radio show)
・ Open Source Alliance of Central Asia
・ Open Source and Linux Organization
・ Open Source Applications Foundation
・ Open Source Awards – UK
・ Open Source Beer Project
・ Open Source Business Alliance
・ Open Source Center
・ Open Source Cinema
・ Open Source Cluster Application Resources
・ Open Source College
・ Open Source Day


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Open Sound System : ウィキペディア英語版
Open Sound System

The Open Sound System (OSS) is an interface for making and capturing sound in Unix and Unix-like operating systems. It is based on standard Unix devices system calls (i.e. POSIX read, write, ioctl, etc.). The term also sometimes refers to the software in a Unix kernel that provides the OSS interface; it can be thought of as a device driver (or a collection of device drivers) for sound controller hardware. The goal of OSS is to allow the writing of sound-based applications that are agnostic of the underlying sound hardware.
OSS was created by Hannu Savolainen and is distributed under four license options, three of which are free software licences, thus making OSS free software.
== API ==

The API is designed to use the traditional Unix framework of open(), read(), write(), and ioctl(), via special devices. For instance, the default device for sound input and output is /dev/dsp. Examples using the shell:
cat /dev/random > /dev/dsp # plays white noise through the speaker
cat /dev/dsp > a.a # reads data from the microphone and copies it to file a.a

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Open Sound System」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.